home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / pc_files / mktdata / econdata / docutils / bump.abs < prev    next >
Text File  |  1993-08-31  |  439b  |  9 lines

  1. BUMP 1.1 -- Beginner's Understandable Matrix Package
  2. keywords MATRIX MATRICES VECTOR C++ CLASS_LIBRARY
  3.  
  4. In C++, one can define new data types, like Vector and Matrix, and then
  5. overload operators like = , +, -, and * so that they work with the Vector and
  6. Matrix objects as expected.  BUMP is a simple example (with lots of
  7. explanation) of how to write the necessary code.  It is intended to be
  8. used in other programs. It is in Borland C++.
  9.